home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr35 / whoson10.zip / WHOSON.DOC < prev    next >
Text File  |  1993-07-03  |  2KB  |  66 lines

  1.  
  2.  
  3.                                  Who's On 1.00
  4.  
  5.             Copyright(c) 1993, Erik Likvarn.  All rights reserved.
  6.  
  7.  
  8. Introduction:
  9.  
  10. WhosON displays a list of callers in the various nodes of a multi-line
  11. Opus 1.7x BBS.
  12.  
  13. Its output is a little nicer than the built in "Who's On" function.
  14.  
  15. This is mainly because:
  16.  
  17.     It displays the nodes in numeric order rather than directory order.
  18.     It displays whether the users have block chat enabled.
  19.     It displayed the amount if time the users have remaining.
  20.  
  21.  
  22.  
  23. Usage:
  24.  
  25.      WhosOn -tn -hn -ln -sd:\dir\ -od:\dir\filename.ext
  26.  
  27.      -t = Task number of calling task (in hex)
  28.      -h = Task number of highest task to be listed (in hex)
  29.      -l = Task number of lowest task to be listed (in hex)
  30.      -s = Directory where Active##.Dat and Lastus##.Dat are
  31.      -o = Name of *.Bbs file to write output to
  32.  
  33.     NOTE:   Inserting one or two #'s into the output filename will result
  34.             in them begin replaced by a one or two digit task number.
  35.  
  36. WhosOn will look for the Active##.Dat files in your status directory,
  37. and for any it finds, it will get the user information out of the
  38. corresponding Lastus##.Dat.
  39. For nodes which are not currently active, it will display that the node
  40. is waiting for a caller.
  41.  
  42. WhosOn does no serial output of its own.  It simply creates A *.BBS
  43. files which you display from and OEC file.  Heres a sample of mine
  44. below:
  45.  
  46. [cls]
  47. [dos]whoson -t## -h04 -l01 -sc:\opus1\status -oc:\opus1\misc\whos##.bbs
  48. [call]c:\opus1\misc\whos##
  49.  
  50.  
  51. Its all pretty straight forward really.
  52.  
  53. I really only wrote this becuase I was unhappy with the way Opus
  54. displays this information.  Maybe some of you guys are unhappy as well,
  55. I hope this cheers you all up :-)
  56.  
  57. See Ya,
  58.  
  59.  
  60. Erik
  61. 3:712/316
  62.  
  63.  
  64.  
  65.  
  66.